'Declaration
Public Function New( _ ByVal elements As IEnumerable(Of AENodeElement) _ )
'Usage
Dim elements As IEnumerable(Of AENodeElement) Dim instance As New AENodeElementCollection(elements)
public AENodeElementCollection( IEnumerable<AENodeElement> elements )
public: AENodeElementCollection( IEnumerable<AENodeElement^>^ elements )
Parameters
- elements
- The collection to be copied from.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).